Description
Logging with log4j
Operation id | Log |
Aliases | LogOperation
|
Category | Notification |
Label | Log |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Log",
"aliases" : [ "LogOperation" ],
"label" : "Log",
"category" : "Notification",
"requires" : null,
"description" : "Logging with log4j",
"url" : "Log",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "level",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "Option",
"order" : 0,
"values" : [ "info", "debug", "warn", "error" ]
}, {
"name" : "message",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "category",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}